home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util2 / rnprglst.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  61 lines

  1. Short:    Starts programs from tooltypelines
  2. Author:   dingler@ivs.wi.ba-ravensburg.de (Wolfgang Dingler)
  3. Uploader: dingler@ivs.wi.ba-ravensburg.de (Georg Dingler)                     
  4. Type:     util/misc
  5.  
  6.   RunToolTypesPrgList is a little Tool for starting a sequence of 
  7.   Programs easily by clicking only one Icon (or to start a program 
  8.   by icon that has no icon itself). You can copy RunToolTypesPrgList 
  9.   (with (if you want another) icon of course) and then give it a 
  10.   suitable name. Every line of ToolTypes may contain a whole command-
  11.   line (like in shell) with arguments. Default directory is that,
  12.   from which RunToolTypesPrgList was started. Therefore you may write
  13.   a commandline that does not have a path.
  14.   Notice, that shell-commands (like most ones from the C-Directory) 
  15.   which are normally started from a shell, won`t make an output to a 
  16.   window if they don`t open a window itself. For example, the version-
  17.   command won`t make an output, but ed or edit will open their own windows
  18.   (if they get a filename as argument).
  19.   
  20.   Additionally, there are 2 option-commands that may be used instead 
  21.   of a commandline :
  22.    
  23.    DELAYTIME=<1/50sec>
  24.    
  25.   (upper case, no blanks), effect : 
  26.   
  27.       waits a number of 1/50 seconds, DELAYTIME=50 waits 1 second 
  28.                                       (approximately, not very exact) 
  29.  
  30.    WAITMODE=<ON/OFF>
  31.  
  32.   (upper case, no blanks), effect : 
  33.                                     
  34.       WAITMODE=ON says, that RunToolTypePrgList shell wait until the last 
  35.       started Program ends (make sure that it does, or it waits and waits...), 
  36.       after that the following ToolTypeLines are read and executed    
  37.                                    
  38.       WAITMODE=OFF says, that the following ToolTypeLines are read and executed 
  39.       as soon as possible without waiting for the end of a program ; make sure 
  40.       that in this case no progams are subject to be started that are on the same 
  41.       diskdrive, otherwise your diskdrive could behave strange (at least if the 
  42.       programs are not rather small), that is, there will be probably ceaseless 
  43.       headstepping and you will wait very, very long for seeing the programs be 
  44.       started if they are started at all ; that could be bad for your diskdrive 
  45.       and your disk as well, therefore be careful. It is not a problem of Run-
  46.       ToolTypesPrgList but of the DOS, which might also occur in situations when 
  47.       two programs are started at the same time from diskdrive. With HD-Drives 
  48.       there should be no problems.
  49.       Default is OFF. The Mode (ON or OFF) that was set last is valid until the 
  50.       other mode is set.
  51.       Notice, that in spite of setting WAITMODE=ON, it is possible with the run-
  52.       shellcommand to start programs nearly at the same time, with diskdrives 
  53.       there will probably occur the same problems as if WAITMODE=OFF is set.
  54.  
  55.   example : see the ToolTypes of RunTTPrgList.example
  56.  
  57.   --------------------------------------------
  58.    Freeware.  Requires KickOS 2.04 or higher.
  59.  
  60.    Use of all programs in the runprglist-Archive is at one`s own risk.
  61.